-
Re: Can you do reorder to the glyphs and apply ligature after that?
The way I handle this in Myanmar is to make a ligature with the IgnoreBaseGlyphs flag set in the rphf feature: feature rphf { lookupflag IgnoreBaseGlyphs UseMarkFilteringSet @abovemarks; sub kinzi-my…3 -
Re: What after exporting instances?
Run it through fontbakery.4 -
Re: Is there any tool you can use to look at the final ordering the glyphs after shaping Engine has done
I would really love to have a similar step-by-step debugger for DirectWrite, because there are sometimes some unexpected differences between that and other engines. (Crowbar uses Harfbuzz.) I don't k…1 -
Re: Is there any tool you can use to look at the final ordering the glyphs after shaping Engine has done
This may help: http://corvelsoftware.co.uk/crowbar/ Note that reordering is performed by the shaper after the codepoints have been mapped to glyphs (although the shaper internally remembers the initi…4 -
Re: Proofing Kern On results - How do you review thousands of pairs?
One of the reasons I gave up on my experiments with automated kerning is the problem of verification. Unless you trust the algorithm implicitly, you end up having to verify all the pairs that it gene…7